projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9fe640
)
icontheme: Make a parameter const
author
Timm Bäder
<mail@baedert.org>
Thu, 31 Dec 2020 11:58:30 +0000
(12:58 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 3 Jan 2021 10:01:29 +0000
(11:01 +0100)
gtk/gtkicontheme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index 9a469bdc6601136233cad949404c552401c4848d..a5bfdaf5a03832d6f5bdd59915ae56f364e06461 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-3133,7
+3133,7
@@
scan_directory (GtkIconTheme *self,
static GHashTable *
scan_resource_directory (GtkIconTheme *self,
- c
har
*full_dir,
+ c
onst char
*full_dir,
GtkStringSet *set)
{
GHashTable *icons = NULL;